home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: leeds.ac.uk!news
- From: men3sd@leeds.ac.uk (Stephen Davison)
- Subject: Threads, spawning forking off ??????? HELP
- Message-ID: <314836BB.41C67EA6@leeds.ac.uk>
- NNTP-Posting-Host: englib4.leeds.ac.uk
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3C sun4m)
- Content-Type: text/plain; charset=us-ascii
- Organization: University of Leeds
- MIME-Version: 1.0
- Date: Thu, 14 Mar 1996 15:09:50 +0000 (GMT)
- Content-Transfer-Encoding: 7bit
-
- Hi,
-
- I have a class that I would like to launch from my main programme that
- provides graphics output for my data. I would like the rest of the
- programme to contine after that, so that the both work independantly,
- ie. share the same data.
-
- How can I do this?
-
- Stpehen
-